home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_217 / stevie / todo < prev    next >
Text File  |  1992-05-06  |  513b  |  22 lines

  1. To Do
  2. -----
  3.  
  4. - Change the static buffers for insert/undo/redo/undoundo/etc to dynamic
  5.   buffers.
  6.  
  7. - Add #'d and named buffers.
  8.  
  9. - Add 'R' and 'U'.
  10.  
  11. - In cmdline.c make get_range() give the appropriate error messages when it
  12.   gets a bad line range.
  13.  
  14. - Add & (do last search and replace on current line) and :[range]&
  15.   (do last search and replace on the range of lines).
  16.  
  17. - add set wrapmargin command
  18. - add set shiftwidth command
  19. - add set autowrite command
  20.  
  21. - add checks for out of memory when strsave() is used
  22.